[INFO] cloning repository https://github.com/whb07/fastmaths
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/whb07/fastmaths" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwhb07%2Ffastmaths", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwhb07%2Ffastmaths'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 391232db4a0a5990129d2dadfcf8b4d899e0e7f0
[INFO] checking whb07/fastmaths against master#c290daa1e5274a52e54a0f49e31bd70192abc606 for pr-133502-23
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwhb07%2Ffastmaths" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-2-tc1/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-2-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/whb07/fastmaths
[INFO] finished tweaking git repo https://github.com/whb07/fastmaths
[INFO] tweaked toml for git repo https://github.com/whb07/fastmaths written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/whb07/fastmaths on toolchain c290daa1e5274a52e54a0f49e31bd70192abc606
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/whb07/fastmaths already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded zmij v1.0.14
[INFO] [stderr]   Downloaded clap v4.5.54
[INFO] [stderr]   Downloaded proptest v1.9.0
[INFO] [stderr]   Downloaded clap_builder v4.5.54
[INFO] [stderr]   Downloaded rug v1.28.0
[INFO] [stderr]   Downloaded gmp-mpfr-sys v1.6.8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] a07f1a7ca936efc82ea7923b7dd24690b497f359e2d82f3c645e8d5e57707a4e
[INFO] running `Command { std: "docker" "start" "a07f1a7ca936efc82ea7923b7dd24690b497f359e2d82f3c645e8d5e57707a4e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a07f1a7ca936efc82ea7923b7dd24690b497f359e2d82f3c645e8d5e57707a4e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a07f1a7ca936efc82ea7923b7dd24690b497f359e2d82f3c645e8d5e57707a4e" "/opt/rustwide/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a07f1a7ca936efc82ea7923b7dd24690b497f359e2d82f3c645e8d5e57707a4e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a07f1a7ca936efc82ea7923b7dd24690b497f359e2d82f3c645e8d5e57707a4e" "/opt/rustwide/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.105
[INFO] [stderr]    Compiling quote v1.0.43
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling zerocopy v0.8.33
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling zmij v1.0.14
[INFO] [stderr]     Checking linux-raw-sys v0.11.0
[INFO] [stderr]     Checking bitflags v2.10.0
[INFO] [stderr]     Checking itoa v1.0.17
[INFO] [stderr]     Checking anstyle v1.0.13
[INFO] [stderr]     Checking clap_lex v0.7.7
[INFO] [stderr]     Checking plotters-backend v0.3.7
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]     Checking clap_builder v4.5.54
[INFO] [stderr]     Checking plotters-svg v0.3.7
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]     Checking cast v0.3.0
[INFO] [stderr]     Checking same-file v1.0.6
[INFO] [stderr]     Checking walkdir v2.5.0
[INFO] [stderr]     Checking plotters v0.3.7
[INFO] [stderr]     Checking unarray v0.1.4
[INFO] [stderr]     Checking anes v0.1.6
[INFO] [stderr]     Checking wait-timeout v0.2.1
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking is-terminal v0.4.17
[INFO] [stderr]     Checking oorandom v11.1.5
[INFO] [stderr]     Checking rand_xorshift v0.4.0
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]     Checking libloading v0.8.9
[INFO] [stderr]     Checking fastmaths v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking criterion-plot v0.5.0
[INFO] [stderr]     Checking regex v1.12.2
[INFO] [stderr]     Checking tempfile v3.24.0
[INFO] [stderr]     Checking clap v4.5.54
[INFO] [stderr]     Checking rusty-fork v0.3.1
[INFO] [stderr]    Compiling zerocopy-derive v0.8.33
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]     Checking proptest v1.9.0
[INFO] [stderr]     Checking criterion v0.5.1
[INFO] [stdout] warning: function `remquo_sig_exp` is never used
[INFO] [stdout]    --> src/lib.rs:301:8
[INFO] [stdout]     |
[INFO] [stdout] 301 |     fn remquo_sig_exp(bits: u64) -> (u64, i32) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `remquo_pow2_mod` is never used
[INFO] [stdout]    --> src/lib.rs:313:8
[INFO] [stdout]     |
[INFO] [stdout] 313 |     fn remquo_pow2_mod(mut exp: u32, modulus: u128) -> u128 {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `remquo_quotient_mod8` is never used
[INFO] [stdout]    --> src/lib.rs:326:8
[INFO] [stdout]     |
[INFO] [stdout] 326 |     fn remquo_quotient_mod8(x: f64, y: f64) -> i32 {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `EXP_UNDERFLOW_TO_ZERO` is never used
[INFO] [stdout]     --> src/lib.rs:4632:11
[INFO] [stdout]      |
[INFO] [stdout] 4632 |     const EXP_UNDERFLOW_TO_ZERO: f64 = -745.133_219_101_941_1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `LN2_DIV_N` is never used
[INFO] [stdout]     --> src/lib.rs:4640:11
[INFO] [stdout]      |
[INFO] [stdout] 4640 |     const LN2_DIV_N: f64 = core::f64::consts::LN_2 / 128.0;
[INFO] [stdout]      |           ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `tagged_f64` is never used
[INFO] [stdout]     --> src/lib.rs:4807:8
[INFO] [stdout]      |
[INFO] [stdout] 4807 |     fn tagged_f64<S>(label: &'static str, strat: S) -> BoxedStrategy<(f64, &'static str)>
[INFO] [stdout]      |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `tagged_pair` is never used
[INFO] [stdout]     --> src/lib.rs:4814:8
[INFO] [stdout]      |
[INFO] [stdout] 4814 |     fn tagged_pair<S>(label: &'static str, strat: S) -> BoxedStrategy<((f64, f64), &'static str)>
[INFO] [stdout]      |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `exp_table_boundary_inputs` is never used
[INFO] [stdout]     --> src/lib.rs:4821:8
[INFO] [stdout]      |
[INFO] [stdout] 4821 |     fn exp_table_boundary_inputs() -> BoxedStrategy<f64> {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `pow_exp_boundary_inputs` is never used
[INFO] [stdout]     --> src/lib.rs:4885:8
[INFO] [stdout]      |
[INFO] [stdout] 4885 |     fn pow_exp_boundary_inputs() -> BoxedStrategy<(f64, f64)> {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `ptest_exp_inputs` is never used
[INFO] [stdout]     --> src/lib.rs:5019:8
[INFO] [stdout]      |
[INFO] [stdout] 5019 |     fn ptest_exp_inputs() -> BoxedStrategy<f64> {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `ptest_sinh_threshold_inputs` is never used
[INFO] [stdout]     --> src/lib.rs:5401:8
[INFO] [stdout]      |
[INFO] [stdout] 5401 |     fn ptest_sinh_threshold_inputs() -> BoxedStrategy<(f64, &'static str)> {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `ptest_exp_threshold_inputs` is never used
[INFO] [stdout]     --> src/lib.rs:5413:8
[INFO] [stdout]      |
[INFO] [stdout] 5413 |     fn ptest_exp_threshold_inputs() -> BoxedStrategy<(f64, &'static str)> {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `ptest_ln_threshold_inputs` is never used
[INFO] [stdout]     --> src/lib.rs:5423:8
[INFO] [stdout]      |
[INFO] [stdout] 5423 |     fn ptest_ln_threshold_inputs() -> BoxedStrategy<(f64, &'static str)> {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `ptest_log10_threshold_inputs` is never used
[INFO] [stdout]     --> src/lib.rs:5433:8
[INFO] [stdout]      |
[INFO] [stdout] 5433 |     fn ptest_log10_threshold_inputs() -> BoxedStrategy<(f64, &'static str)> {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `ptest_pow_threshold_inputs` is never used
[INFO] [stdout]     --> src/lib.rs:5443:8
[INFO] [stdout]      |
[INFO] [stdout] 5443 |     fn ptest_pow_threshold_inputs() -> BoxedStrategy<((f64, f64), &'static str)> {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `ptest_atan2_threshold_inputs` is never used
[INFO] [stdout]     --> src/lib.rs:5458:8
[INFO] [stdout]      |
[INFO] [stdout] 5458 |     fn ptest_atan2_threshold_inputs() -> BoxedStrategy<((f64, f64), &'static str)> {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `ptest_hypot_threshold_inputs` is never used
[INFO] [stdout]     --> src/lib.rs:5481:8
[INFO] [stdout]      |
[INFO] [stdout] 5481 |     fn ptest_hypot_threshold_inputs() -> BoxedStrategy<((f64, f64), &'static str)> {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `ptest_erf_inputs` is never used
[INFO] [stdout]     --> src/lib.rs:5549:8
[INFO] [stdout]      |
[INFO] [stdout] 5549 |     fn ptest_erf_inputs() -> BoxedStrategy<f64> {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `gamma_inputs` is never used
[INFO] [stdout]     --> src/lib.rs:5553:8
[INFO] [stdout]      |
[INFO] [stdout] 5553 |     fn gamma_inputs() -> BoxedStrategy<f64> {
[INFO] [stdout]      |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.41s
[INFO] running `Command { std: "docker" "inspect" "a07f1a7ca936efc82ea7923b7dd24690b497f359e2d82f3c645e8d5e57707a4e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a07f1a7ca936efc82ea7923b7dd24690b497f359e2d82f3c645e8d5e57707a4e", kill_on_drop: false }`
[INFO] [stdout] a07f1a7ca936efc82ea7923b7dd24690b497f359e2d82f3c645e8d5e57707a4e
